From a3b9b08db9fe11e8b9522d28813ef95832548d88 Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Wed, 16 Apr 2025 10:36:33 +0200 Subject: [PATCH] build: prepare 3.16.3 release. Signed-off-by: Camila Ayres --- VERSION.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 3fe5f7797..9a8e04a72 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -3,10 +3,10 @@ # ------------------------------------ set(MIRALL_VERSION_MAJOR 3) set(MIRALL_VERSION_MINOR 16) -set(MIRALL_VERSION_PATCH 2) +set(MIRALL_VERSION_PATCH 3) set(MIRALL_VERSION_YEAR 2025) set(MIRALL_SOVERSION 0) -set(MIRALL_PREVERSION_HUMAN "3.16.2") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc. +set(MIRALL_PREVERSION_HUMAN "3.16.3") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc. # ------------------------------------ # Minimum supported server versions -- 2.30.2